vtk9.git
7 days agoMerge version 9.6.2+dfsg1-4+rpi1 and 9.6.2+dfsg1-5 to produce 9.6.2+dfsg1-5+rpi1 forky-staging archive/raspbian/9.6.2+dfsg1-5+rpi1 raspbian/9.6.2+dfsg1-5+rpi1
Raspbian automatic forward porter [Tue, 8 Sep 2026 18:43:00 +0000 (19:43 +0100)]
Merge version 9.6.2+dfsg1-4+rpi1 and 9.6.2+dfsg1-5 to produce 9.6.2+dfsg1-5+rpi1

9 days agoMerge version 9.6.2+dfsg1-2+rpi1 and 9.6.2+dfsg1-4 to produce 9.6.2+dfsg1-4+rpi1 archive/raspbian/9.6.2+dfsg1-4+rpi1 raspbian/9.6.2+dfsg1-4+rpi1
Raspbian automatic forward porter [Sun, 6 Sep 2026 17:00:29 +0000 (18:00 +0100)]
Merge version 9.6.2+dfsg1-2+rpi1 and 9.6.2+dfsg1-4 to produce 9.6.2+dfsg1-4+rpi1

2 weeks agoMerge vtk9 (9.6.2+dfsg1-5) import into refs/heads/workingbranch
Francesco Ballarin [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Merge vtk9 (9.6.2+dfsg1-5) import into refs/heads/workingbranch

2 weeks agoFix segfault writing ascii .vtu files with implicit cell type arrays
Anton Gladky [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Fix segfault writing ascii .vtu files with implicit cell type arrays

Forwarded: not-yet

NewIterator() returns nullptr for the implicit cell-type arrays used
since VTK 9.6, so WriteAsciiData() dereferenced that nullptr in
iter->Delete(). Merely guarding the Delete() is not enough: the
templated writer already returns early on a null iterator, so the array
is then written empty, and since WriteInlineData() discards the return
value the writer reports success for a file which has lost all of its
cells. Write such arrays through an explicit copy instead.
Closes yade FTBFS.

Gbp-Pq: Name fix_xmlwriter_ascii_implicit_cellarray_segfault.patch

2 weeks agobuild_reproducibility
Debian Science Maintainers [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
build_reproducibility

===================================================================

Gbp-Pq: Name build_reproducibility.patch

2 weeks agoFix FTBFS with GDAL 3.13.0.
Bas Couwenberg [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Fix FTBFS with GDAL 3.13.0.

error: invalid conversion from 'CSLConstList' {aka 'const char* const*'} to 'char**' [-fpermissive]

From GDAL 3.13.0 NEWS:
"
 * GDALMajorObject: Use CSLConstList for GetMetadata, SetMetadata (API breakage)
"

Gbp-Pq: Name gdal-3.13.patch

2 weeks agomatplotlib_nullptr_s390x
Debian Science Maintainers [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
matplotlib_nullptr_s390x

===================================================================

Gbp-Pq: Name matplotlib_nullptr_s390x.patch

2 weeks agoadd support for loongarch64
Dandan Zhang [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
add support for loongarch64

Upstream:  https://gitlab.kitware.com/seanm/vtk/-/commit/886b536a0d0bb3694951e09169a52896d585c517

Gbp-Pq: Name 121_add_support_for_loong64.patch

2 weeks agoAdd missing GL header
Anton Gladky [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Add missing GL header

Last-Update: 2024-01-10

Gbp-Pq: Name 100_add_missing_gl_header.patch

2 weeks agoFix FTBFS
Anton Gladky [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Fix FTBFS

Last-Update: 2021-11-14

Gbp-Pq: Name 99_fix_ftbfs.patch

2 weeks agoFix mpi4py search
Anton Gladky [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Fix mpi4py search

Last-Update: 2021-09-17

Gbp-Pq: Name 98_fix_mpi4py.py

2 weeks ago[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.

Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.

Gbp-Pq: Name 97_reproducible_builds.patch

2 weeks agoHACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Adrian Bunk [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro

Fixes building for Qt with OpenGL ES.

Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch

2 weeks agoFix FTBFS on PPC64: inlining failed in call to ‘always_inline’
Dominique Belhachemi [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’

Forwarded: no
Last-Update: 2025-09-30

Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch

2 weeks agoFix shebang for the perl scripts
Anton Gladky [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Fix shebang for the perl scripts

Last-Update: 2020-11-08

Gbp-Pq: Name 60_fix_path_perl.patch

2 weeks agoFix path for the installation of python modules
Anton Gladky [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Fix path for the installation of python modules

Last-Update: 2020-11-06

Gbp-Pq: Name 50_fix_python-modules_path.patch

2 weeks agoDo not try linking with -lsocket
Debian Science Maintainers [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Do not try linking with -lsocket

Gbp-Pq: Name 20_do_not_link_against_socket.patch

2 weeks ago_matplotlib
Debian Science Maintainers [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
_matplotlib

===================================================================

Gbp-Pq: Name 10_matplotlib.patch

2 weeks agovtk9 (9.6.2+dfsg1-5) unstable; urgency=medium
Francesco Ballarin [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
vtk9 (9.6.2+dfsg1-5) unstable; urgency=medium

  [ Dominique Belhachemi ]
  * Team upload.
  * Drop libdouble-conversion-dev build dependency
    Upstream removed ThirdParty/doubleconversion in v9.6.0
  * Drop unused 30_drop_medical_example.patch

  [ Francesco Ballarin ]
  * Automatically install vtk-{version}.dist-info/METADATA file with minimal
    metadata including only the version number, so that a end user running
    "pip show vtk" correctly receives the answer that the package is installed
    and its version. Closes: #1096135.

[dgit import unpatched vtk9 9.6.2+dfsg1-5]

2 weeks agoImport vtk9_9.6.2+dfsg1-5.debian.tar.xz
Francesco Ballarin [Fri, 28 Aug 2026 08:57:41 +0000 (08:57 +0000)]
Import vtk9_9.6.2+dfsg1-5.debian.tar.xz

[dgit import tarball vtk9 9.6.2+dfsg1-5 vtk9_9.6.2+dfsg1-5.debian.tar.xz]

6 weeks agoMerge version 9.5.2+dfsg4-5+rpi1 and 9.6.2+dfsg1-2 to produce 9.6.2+dfsg1-2+rpi1 archive/raspbian/9.6.2+dfsg1-2+rpi1 raspbian/9.6.2+dfsg1-2+rpi1
Raspbian automatic forward porter [Wed, 29 Jul 2026 13:20:24 +0000 (14:20 +0100)]
Merge version 9.5.2+dfsg4-5+rpi1 and 9.6.2+dfsg1-2 to produce 9.6.2+dfsg1-2+rpi1

7 weeks agoDeclare fast forward from 9.6.2+dfsg1-3
Anton Gladky [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Declare fast forward from 9.6.2+dfsg1-3

[dgit --quilt=gbp --overwrite]

7 weeks agoFix segfault writing ascii .vtu files with implicit cell type arrays
Anton Gladky [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Fix segfault writing ascii .vtu files with implicit cell type arrays

Forwarded: not-yet

NewIterator() returns nullptr for the implicit cell-type arrays used
since VTK 9.6, so WriteAsciiData() dereferenced that nullptr in
iter->Delete(). Merely guarding the Delete() is not enough: the
templated writer already returns early on a null iterator, so the array
is then written empty, and since WriteInlineData() discards the return
value the writer reports success for a file which has lost all of its
cells. Write such arrays through an explicit copy instead.
Closes yade FTBFS.

Gbp-Pq: Name fix_xmlwriter_ascii_implicit_cellarray_segfault.patch

7 weeks agobuild_reproducibility
Debian Science Maintainers [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
build_reproducibility

===================================================================

Gbp-Pq: Name build_reproducibility.patch

7 weeks agoFix FTBFS with GDAL 3.13.0.
Bas Couwenberg [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Fix FTBFS with GDAL 3.13.0.

error: invalid conversion from 'CSLConstList' {aka 'const char* const*'} to 'char**' [-fpermissive]

From GDAL 3.13.0 NEWS:
"
 * GDALMajorObject: Use CSLConstList for GetMetadata, SetMetadata (API breakage)
"

Gbp-Pq: Name gdal-3.13.patch

7 weeks agomatplotlib_nullptr_s390x
Debian Science Maintainers [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
matplotlib_nullptr_s390x

===================================================================

Gbp-Pq: Name matplotlib_nullptr_s390x.patch

7 weeks agoadd support for loongarch64
Dandan Zhang [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
add support for loongarch64

Upstream:  https://gitlab.kitware.com/seanm/vtk/-/commit/886b536a0d0bb3694951e09169a52896d585c517

Gbp-Pq: Name 121_add_support_for_loong64.patch

7 weeks agoAdd missing GL header
Anton Gladky [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Add missing GL header

Last-Update: 2024-01-10

Gbp-Pq: Name 100_add_missing_gl_header.patch

7 weeks agoFix FTBFS
Anton Gladky [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Fix FTBFS

Last-Update: 2021-11-14

Gbp-Pq: Name 99_fix_ftbfs.patch

7 weeks agoFix mpi4py search
Anton Gladky [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Fix mpi4py search

Last-Update: 2021-09-17

Gbp-Pq: Name 98_fix_mpi4py.py

7 weeks ago[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.

Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.

Gbp-Pq: Name 97_reproducible_builds.patch

7 weeks agoHACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Adrian Bunk [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro

Fixes building for Qt with OpenGL ES.

Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch

7 weeks agoFix FTBFS on PPC64: inlining failed in call to ‘always_inline’
Dominique Belhachemi [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’

Forwarded: no
Last-Update: 2025-09-30

Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch

7 weeks agoFix shebang for the perl scripts
Anton Gladky [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Fix shebang for the perl scripts

Last-Update: 2020-11-08

Gbp-Pq: Name 60_fix_path_perl.patch

7 weeks agoFix path for the installation of python modules
Anton Gladky [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Fix path for the installation of python modules

Last-Update: 2020-11-06

Gbp-Pq: Name 50_fix_python-modules_path.patch

7 weeks agoDrop medical examples
Debian Science Maintainers [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Drop medical examples

Last-Update: 2020-10-21

Gbp-Pq: Name 30_drop_medical_example.patch

7 weeks agoDo not try linking with -lsocket
Debian Science Maintainers [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
Do not try linking with -lsocket

Gbp-Pq: Name 20_do_not_link_against_socket.patch

7 weeks ago_matplotlib
Debian Science Maintainers [Tue, 28 Jul 2026 14:20:19 +0000 (16:20 +0200)]
_matplotlib

===================================================================

Gbp-Pq: Name 10_matplotlib.patch

7 weeks agoUpdate changelog.
Anton Gladky [Tue, 28 Jul 2026 14:20:52 +0000 (16:20 +0200)]
Update changelog.

7 weeks agofix_xmlwriter_ascii_implicit_cellarray_segfault.patch: write the cell types
Anton Gladky [Tue, 28 Jul 2026 14:19:04 +0000 (16:19 +0200)]
fix_xmlwriter_ascii_implicit_cellarray_segfault.patch: write the cell types

Guarding the null iterator only removed the crash, the array was still
written empty. Write arrays without an iterator through an explicit copy
and let the autopkgtest read the file back to check the cell count.

7 weeks agoUpdate changelog.
Anton Gladky [Mon, 27 Jul 2026 14:37:57 +0000 (16:37 +0200)]
Update changelog.

7 weeks agoDeclare fast forward from 9.6.2+dfsg1-2
Anton Gladky [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Declare fast forward from 9.6.2+dfsg1-2

[dgit --quilt=gbp --overwrite]

7 weeks agoFix segfault writing ascii .vtu files with implicit cell type arrays
Anton Gladky [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Fix segfault writing ascii .vtu files with implicit cell type arrays

Forwarded: not-yet

NewIterator() returns nullptr for the implicit cell-type arrays used
since VTK 9.6. WriteAsciiData() dereferenced that nullptr via an
unconditional iter->Delete(). Guard it. Closes yade FTBFS.

Gbp-Pq: Name fix_xmlwriter_ascii_implicit_cellarray_segfault.patch

7 weeks agobuild_reproducibility
Debian Science Maintainers [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
build_reproducibility

===================================================================

Gbp-Pq: Name build_reproducibility.patch

7 weeks agoFix FTBFS with GDAL 3.13.0.
Bas Couwenberg [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Fix FTBFS with GDAL 3.13.0.

error: invalid conversion from 'CSLConstList' {aka 'const char* const*'} to 'char**' [-fpermissive]

From GDAL 3.13.0 NEWS:
"
 * GDALMajorObject: Use CSLConstList for GetMetadata, SetMetadata (API breakage)
"

Gbp-Pq: Name gdal-3.13.patch

7 weeks agomatplotlib_nullptr_s390x
Debian Science Maintainers [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
matplotlib_nullptr_s390x

===================================================================

Gbp-Pq: Name matplotlib_nullptr_s390x.patch

7 weeks agoadd support for loongarch64
Dandan Zhang [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
add support for loongarch64

Upstream:  https://gitlab.kitware.com/seanm/vtk/-/commit/886b536a0d0bb3694951e09169a52896d585c517

Gbp-Pq: Name 121_add_support_for_loong64.patch

7 weeks agoAdd missing GL header
Anton Gladky [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Add missing GL header

Last-Update: 2024-01-10

Gbp-Pq: Name 100_add_missing_gl_header.patch

7 weeks agoFix FTBFS
Anton Gladky [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Fix FTBFS

Last-Update: 2021-11-14

Gbp-Pq: Name 99_fix_ftbfs.patch

7 weeks agoFix mpi4py search
Anton Gladky [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Fix mpi4py search

Last-Update: 2021-09-17

Gbp-Pq: Name 98_fix_mpi4py.py

7 weeks ago[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.

Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.

Gbp-Pq: Name 97_reproducible_builds.patch

7 weeks agoHACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Adrian Bunk [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro

Fixes building for Qt with OpenGL ES.

Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch

7 weeks agoFix FTBFS on PPC64: inlining failed in call to ‘always_inline’
Dominique Belhachemi [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’

Forwarded: no
Last-Update: 2025-09-30

Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch

7 weeks agoFix shebang for the perl scripts
Anton Gladky [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Fix shebang for the perl scripts

Last-Update: 2020-11-08

Gbp-Pq: Name 60_fix_path_perl.patch

7 weeks agoFix path for the installation of python modules
Anton Gladky [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Fix path for the installation of python modules

Last-Update: 2020-11-06

Gbp-Pq: Name 50_fix_python-modules_path.patch

7 weeks agoDrop medical examples
Debian Science Maintainers [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Drop medical examples

Last-Update: 2020-10-21

Gbp-Pq: Name 30_drop_medical_example.patch

7 weeks agoDo not try linking with -lsocket
Debian Science Maintainers [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
Do not try linking with -lsocket

Gbp-Pq: Name 20_do_not_link_against_socket.patch

7 weeks ago_matplotlib
Debian Science Maintainers [Mon, 27 Jul 2026 14:37:42 +0000 (16:37 +0200)]
_matplotlib

===================================================================

Gbp-Pq: Name 10_matplotlib.patch

2 months agoupload 9.6.2+dfsg1-2 to unstable
Drew Parsons [Tue, 14 Jul 2026 09:40:45 +0000 (11:40 +0200)]
upload 9.6.2+dfsg1-2 to unstable

transition #1141369

2 months agoMerge vtk9 (9.6.2+dfsg1-2) import into refs/heads/workingbranch
Drew Parsons [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Merge vtk9 (9.6.2+dfsg1-2) import into refs/heads/workingbranch

2 months agoRecord vtk9 (9.6.2+dfsg1-2) in archive suite sid
Drew Parsons [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Record vtk9 (9.6.2+dfsg1-2) in archive suite sid

2 months agobuild_reproducibility
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
build_reproducibility

===================================================================

Gbp-Pq: Name build_reproducibility.patch

2 months agobuild_reproducibility
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
build_reproducibility

===================================================================

Gbp-Pq: Name build_reproducibility.patch

2 months agoFix FTBFS with GDAL 3.13.0.
Bas Couwenberg [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix FTBFS with GDAL 3.13.0.

error: invalid conversion from 'CSLConstList' {aka 'const char* const*'} to 'char**' [-fpermissive]

From GDAL 3.13.0 NEWS:
"
 * GDALMajorObject: Use CSLConstList for GetMetadata, SetMetadata (API breakage)
"

Gbp-Pq: Name gdal-3.13.patch

2 months agoFix FTBFS with GDAL 3.13.0.
Bas Couwenberg [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix FTBFS with GDAL 3.13.0.

error: invalid conversion from 'CSLConstList' {aka 'const char* const*'} to 'char**' [-fpermissive]

From GDAL 3.13.0 NEWS:
"
 * GDALMajorObject: Use CSLConstList for GetMetadata, SetMetadata (API breakage)
"

Gbp-Pq: Name gdal-3.13.patch

2 months agomatplotlib_nullptr_s390x
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
matplotlib_nullptr_s390x

===================================================================

Gbp-Pq: Name matplotlib_nullptr_s390x.patch

2 months agomatplotlib_nullptr_s390x
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
matplotlib_nullptr_s390x

===================================================================

Gbp-Pq: Name matplotlib_nullptr_s390x.patch

2 months agoadd support for loongarch64
Dandan Zhang [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
add support for loongarch64

Upstream:  https://gitlab.kitware.com/seanm/vtk/-/commit/886b536a0d0bb3694951e09169a52896d585c517

Gbp-Pq: Name 121_add_support_for_loong64.patch

2 months agoadd support for loongarch64
Dandan Zhang [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
add support for loongarch64

Upstream:  https://gitlab.kitware.com/seanm/vtk/-/commit/886b536a0d0bb3694951e09169a52896d585c517

Gbp-Pq: Name 121_add_support_for_loong64.patch

2 months agoAdd missing GL header
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Add missing GL header

Last-Update: 2024-01-10

Gbp-Pq: Name 100_add_missing_gl_header.patch

2 months agoAdd missing GL header
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Add missing GL header

Last-Update: 2024-01-10

Gbp-Pq: Name 100_add_missing_gl_header.patch

2 months agoFix FTBFS
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix FTBFS

Last-Update: 2021-11-14

Gbp-Pq: Name 99_fix_ftbfs.patch

2 months agoFix FTBFS
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix FTBFS

Last-Update: 2021-11-14

Gbp-Pq: Name 99_fix_ftbfs.patch

2 months agoFix mpi4py search
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix mpi4py search

Last-Update: 2021-09-17

Gbp-Pq: Name 98_fix_mpi4py.py

2 months agoFix mpi4py search
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix mpi4py search

Last-Update: 2021-09-17

Gbp-Pq: Name 98_fix_mpi4py.py

2 months ago[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.

Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.

Gbp-Pq: Name 97_reproducible_builds.patch

2 months ago[PATCH 2/2] doc_class2example.pl: Sort the parsers array.
Vagrant Cascadian [Tue, 15 Dec 2020 07:38:56 +0000 (07:38 +0000)]
[PATCH 2/2] doc_class2example.pl: Sort the parsers array.

Thanks to Bernhard M. Wiedemann <bernhardout@lsmod.de>.

Gbp-Pq: Name 97_reproducible_builds.patch

2 months agoHACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Adrian Bunk [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro

Fixes building for Qt with OpenGL ES.

Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch

2 months agoHACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro
Adrian Bunk [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
HACK: vtkQWidgetTexture.cxx: Don't use vtkOpenGLCheckErrorMacro

Fixes building for Qt with OpenGL ES.

Gbp-Pq: Name 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch

2 months agoFix FTBFS on PPC64: inlining failed in call to ‘always_inline’
Dominique Belhachemi [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’

Forwarded: no
Last-Update: 2025-09-30

Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch

2 months agoFix FTBFS on PPC64: inlining failed in call to ‘always_inline’
Dominique Belhachemi [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’

Forwarded: no
Last-Update: 2025-09-30

Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch

2 months agoFix shebang for the perl scripts
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix shebang for the perl scripts

Last-Update: 2020-11-08

Gbp-Pq: Name 60_fix_path_perl.patch

2 months agoFix shebang for the perl scripts
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix shebang for the perl scripts

Last-Update: 2020-11-08

Gbp-Pq: Name 60_fix_path_perl.patch

2 months agoFix path for the installation of python modules
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix path for the installation of python modules

Last-Update: 2020-11-06

Gbp-Pq: Name 50_fix_python-modules_path.patch

2 months agoFix path for the installation of python modules
Anton Gladky [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Fix path for the installation of python modules

Last-Update: 2020-11-06

Gbp-Pq: Name 50_fix_python-modules_path.patch

2 months agoDrop medical examples
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Drop medical examples

Last-Update: 2020-10-21

Gbp-Pq: Name 30_drop_medical_example.patch

2 months agoDrop medical examples
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Drop medical examples

Last-Update: 2020-10-21

Gbp-Pq: Name 30_drop_medical_example.patch

2 months agoDo not try linking with -lsocket
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Do not try linking with -lsocket

Gbp-Pq: Name 20_do_not_link_against_socket.patch

2 months agoDo not try linking with -lsocket
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Do not try linking with -lsocket

Gbp-Pq: Name 20_do_not_link_against_socket.patch

2 months ago_matplotlib
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
_matplotlib

===================================================================

Gbp-Pq: Name 10_matplotlib.patch

2 months ago_matplotlib
Debian Science Maintainers [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
_matplotlib

===================================================================

Gbp-Pq: Name 10_matplotlib.patch

2 months agovtk9 (9.6.2+dfsg1-2) unstable; urgency=medium
Drew Parsons [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
vtk9 (9.6.2+dfsg1-2) unstable; urgency=medium

  * Team upload
  * upload vtk 9.6 to unstable (transition #1141369)

[dgit import unpatched vtk9 9.6.2+dfsg1-2]

2 months agovtk9 (9.6.2+dfsg1-2) unstable; urgency=medium
Drew Parsons [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
vtk9 (9.6.2+dfsg1-2) unstable; urgency=medium

  * Team upload
  * upload vtk 9.6 to unstable (transition #1141369)

[dgit import unpatched vtk9 9.6.2+dfsg1-2]

2 months agoImport vtk9_9.6.2+dfsg1-2.debian.tar.xz
Drew Parsons [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Import vtk9_9.6.2+dfsg1-2.debian.tar.xz

[dgit import tarball vtk9 9.6.2+dfsg1-2 vtk9_9.6.2+dfsg1-2.debian.tar.xz]

2 months agoImport vtk9_9.6.2+dfsg1-2.debian.tar.xz
Drew Parsons [Tue, 14 Jul 2026 09:40:34 +0000 (11:40 +0200)]
Import vtk9_9.6.2+dfsg1-2.debian.tar.xz

[dgit import tarball vtk9 9.6.2+dfsg1-2 vtk9_9.6.2+dfsg1-2.debian.tar.xz]

2 months agoupload 9.6.2+dfsg1-1exp5 to experimental
Drew Parsons [Wed, 1 Jul 2026 22:30:26 +0000 (00:30 +0200)]
upload 9.6.2+dfsg1-1exp5 to experimental

2 months agoRevert "(Build-)Depends: tao-pegtl-dev to support external PEGTL (tao)"
Drew Parsons [Wed, 1 Jul 2026 19:50:44 +0000 (21:50 +0200)]
Revert "(Build-)Depends: tao-pegtl-dev to support external PEGTL (tao)"

This reverts commit 40a6ef7735852b03253692722eeb812e3e8b6ef2.

tao-pegtl-dev 3.2.7 is not compatible with vtk 9.6.

There was MR !11999 to update VTK, but it has been abandoned,
and does not merge cleanly into current source.
https://gitlab.kitware.com/vtk/vtk/-/merge_requests/11999

See also
https://gitlab.kitware.com/vtk/vtk/-/work_items/17876
https://gitlab.kitware.com/vtk/vtk/-/work_items/18151

Cannot close Bug#1035426 until upstream sorts out their pegtl support.

2 months agofix contents of debian/python3-vtk9.pydist
Drew Parsons [Wed, 1 Jul 2026 17:37:30 +0000 (19:37 +0200)]
fix contents of debian/python3-vtk9.pydist

see man page for dh_python3
and /usr/share/doc/dh-python/README.PyDist

2 months agoinstall vtkQImageToImageSource.h and vtkQWidget*.h to libqt9-qt-dev
Drew Parsons [Wed, 1 Jul 2026 13:53:46 +0000 (15:53 +0200)]
install vtkQImageToImageSource.h and vtkQWidget*.h to libqt9-qt-dev

not libqt9-dev

Together with the preceding tao-pegtl-dev patch,

Closes: #1035426
2 months ago(Build-)Depends: tao-pegtl-dev to support external PEGTL (tao)
Drew Parsons [Wed, 1 Jul 2026 10:17:10 +0000 (12:17 +0200)]
(Build-)Depends: tao-pegtl-dev to support external PEGTL (tao)

with -DVTK_MODULE_USE_EXTERNAL_VTK_pegtl=ON

see Bug#1035426